home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2410 / 2410.xpi / chrome / content / foxmarks-login.xul < prev    next >
Extensible Markup Language  |  2010-01-28  |  855b  |  27 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--
  4.  
  5. Copyright 2008 Foxmarks Inc.
  6.  
  7. foxmarks-login.xul: implements UI for Account Manager interactions.
  8.  
  9. -->
  10.  
  11. <?xml-stylesheet href="chrome://global/skin/" type="text/css" ?>
  12. <?xml-stylesheet href="chrome://global/skin/foxmarks.css" type="text/css" ?>
  13.  
  14. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
  15.         id="foxmarks-login-window" 
  16.         windowtype="foxmarks:login" 
  17.         height="450" width="640" title="Xmarks" 
  18.         onclose="return Xmarks.OnWizardCancel();"
  19.         onload="FoxmarksLoginOnLoad()" >
  20.  
  21.     <script src="chrome://foxmarks/content/foxmarks-login.js" />
  22.     <script src="chrome://foxmarks/content/foxmarks-settings.js" />
  23.     <script src="chrome://foxmarks/content/foxmarks-uitools.js" />
  24.  
  25.     <iframe id="foxmarks-iframe" height="430" />
  26. </window>
  27.